toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.spellcheck
/
[jvm]SpellChecker
Spell
Checker
interface
SpellChecker
:
ProfileService
A profile service that provides functionality for configuring spell checking.
Members
Functions
add
Language
Link copied to clipboard
abstract
fun
addLanguage
(
language
:
Language
)
Adds the language to the list of the languages for which spell checking is performed.
custom
Dictionary
Link copied to clipboard
abstract
fun
customDictionary
(
)
:
Dictionary
Returns the custom dictionary.
disable
Link copied to clipboard
abstract
fun
disable
(
)
Disables spell checking on the web pages loaded in the browser instances of the profile.
enable
Link copied to clipboard
abstract
fun
enable
(
)
Enables spell checking on the web pages loaded in the browser instances of the profile.
is
Enabled
Link copied to clipboard
abstract
fun
isEnabled
(
)
:
Boolean
Indicates whether spell checking is enabled or not.
languages
Link copied to clipboard
abstract
fun
languages
(
)
:
List
<
Language
>
Returns an immutable list of the languages used for spell checking.
profile
Link copied to clipboard
abstract
fun
profile
(
)
:
Profile
Returns the profile of this service.
remove
Language
Link copied to clipboard
abstract
fun
removeLanguage
(
language
:
Language
)
Removes the language from the list of the languages for which spell checking is performed.